home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
popdbf35.com
/
POPINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-11-03
|
418b
|
18 lines
echo off
if %1*==* popinst C:\POPDBF
cls
echo PopDBF Hard Disk Installation
echo
echo Install PopDBF to %1
echo
echo Press Ctrl-C if this is NOT correct, otherwise
pause
if not exist %1 echo Making directory %1
if not exist %1 echo
if not exist %1 md %1
echo
echo Copying PopDBF files to %1
copy *.* %1 > nul
echo
echo PopDBF Hard Disk Installation complete!
echo